C# Class Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser

Inheritance: IParsable, ITypeParser
Show file Open project: Kopernicus/config-parser

Public Methods

Method Description
NumericParser ( ) : System

Create a new NumericParser

NumericParser ( i ) : System

Create a new NumericParser from an already existing value

SetFromString ( String s ) : void

Parse the Value from a string

ValueToString ( ) : String

Convert the value to a parsable String

Method Details

NumericParser() public method

Create a new NumericParser
public NumericParser ( ) : System
return System

NumericParser() public method

Create a new NumericParser from an already existing value
public NumericParser ( i ) : System
return System

SetFromString() public method

Parse the Value from a string
public SetFromString ( String s ) : void
s String
return void

ValueToString() public method

Convert the value to a parsable String
public ValueToString ( ) : String
return String