LiquidTechnologies.XmlObjects Namespace / BigDecimal Structure / Parse Method
a string representation of a decimal

In This Topic
    Parse Method (BigDecimal)
    In This Topic
    Parses the string representation of a decimal into a BigDecimal object
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal stringValue As System.String _
    ) As BigDecimal
    public static BigDecimal Parse( 
       System.string stringValue
    )

    Parameters

    stringValue
    a string representation of a decimal

    Return Value

    A BigDecimala representing the decimal value in stringValue
    Exceptions
    ExceptionDescription
    If the decimals syntax is invalid
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also