C# 클래스 Kopernicus.ConfigParser.BuiltinTypeParsers.NumericParser

상속: IParsable, ITypeParser
파일 보기 프로젝트 열기: Kopernicus/config-parser

공개 메소드들

메소드 설명
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

메소드 상세

NumericParser() 공개 메소드

Create a new NumericParser
public NumericParser ( ) : System
리턴 System

NumericParser() 공개 메소드

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

SetFromString() 공개 메소드

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

ValueToString() 공개 메소드

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