Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

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

Returns the string for Value using the given format, 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(
	string format,
	bool throwOnFormatException
)

Parameters

format
Type: String
A composite format string.
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