Search
Converter.ToDecimal Method
See Also
 






Converts the specified string value to decimal.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public static decimal ToDecimal (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToDecimal( _
    s As String _
) As Decimal

 Parameters

s

The string value to convert from.

 Return Value

A decimal value that is deserialized from the specified string.

 See Also