Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

AValue..::..ToString Method (IFormatProvider, Boolean)

Returns the string for Value using the given provider, if possible. Otherwise the ToString of Value is used.

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public string ToString(
	IFormatProvider provider,
	bool throwOnFormatException
)

Parameters

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.

Return Value

The string value of Value