Click or drag to resize

StringParser Methods

The StringParser type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParseAngleExpession
Public methodStatic memberParseAngleExpressionDegrees
Public methodStatic memberParseAngleExpressionRadians
Public methodStatic memberParseLengthExpession(String, StringParserSettings, UnitSystem, Double)
Parse a string for a length value. Expression can include complex expressions Simplest version of Length parsing
Public methodStatic memberParseLengthExpession(String, Int32, Int32, StringParserSettings, UnitSystem, Double, StringParserSettings, UnitSystem)
Parse a string for a length value. Expression can include complex expressions Most complex version of length parsing
Public methodStatic memberParseNumber
Parse a string expression to get a number
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also