ToString

ToString()

Converts to String with override ToString() method

public override string ToString()

Return Value

Returns the Metadata Signature value as String.

Remarks

Converts a boolean property into “True” or “False”. For another data type the default data format provider will be used.

See Also


ToString(string, IFormatProvider)

Converts to String with specified format

public virtual string ToString(string format, IFormatProvider provider)
Parameter Type Description
format String Data format string.
provider IFormatProvider Format data provider to use with data conversion operations.

Return Value

Returns the Metadata Signature value as String.

Remarks

Converts a boolean property into “True” or “False”.

See Also


ToString(string)

Converts to String with specified format

public virtual string ToString(string format)
Parameter Type Description
format String Data format string.

Return Value

Returns the Metadata Signature value as String.

Remarks

Converts a boolean property into “True” or “False”. Default culture property info will be used from SignatureSettings properties DefaultCulture

See Also