AValue..::..ToString Method (String, IFormatProvider, Boolean)
Returns the string for Value using the given format and provider, if possible.
Otherwise the ToString of Value is used.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public string ToString( string format, IFormatProvider provider, bool throwOnFormatException )
Parameters
- format
- Type: String
A composite format string.
- provider
- Type: IFormatProvider
An object that supplies culture-specific formatting information.
- throwOnFormatException
- Type: Boolean
If true and a format exception occurs, it will be re-thrown. The default is false and the ToString value is returned.