XmlConvertToDecimal Method |
Converts the System.String to a System.Decimal equivalent.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public static decimal ToDecimal(
string s
)
Parameters
- s
- Type: SystemString
The string to convert.
Return Value
Type:
DecimalA Decimal equivalent of the string.
See Also