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 override 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