ToDecimal

ToDecimal()

Converts to Decimal.

public override decimal ToDecimal()

Return Value

Returns the Image Metadata Signature value as Decimal.

Remarks

Throws an exception if the Metadata value could not be converted. If original value is string based the default culture property info will be used from SignatureSettings properties DefaultCulture

See Also


ToDecimal(IFormatProvider)

Converts to Decimal.

public override decimal ToDecimal(IFormatProvider provider)
Parameter Type Description
provider IFormatProvider Format data provider to use with data conversion operations.

Return Value

Returns the Metadata Signature value as Decimal.

Remarks

Throws an exception if the Metadata value could not be converted

See Also