C# Class Microsoft.R.Core.Tokens.Number

Mostra file Open project: Microsoft/RTVS

Public Methods

Method Description
TryParse ( string text, double &doubleResult, bool allowLSuffix = true ) : bool

Method Details

TryParse() public static method

public static TryParse ( string text, double &doubleResult, bool allowLSuffix = true ) : bool
text string
doubleResult double
allowLSuffix bool
return bool