CSharpTest.Net
StringConverter Class Members
See Also  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Utils Namespace : StringConverter Class


Glossary Item Box

The following tables list the members exposed by StringConverter.

Public Constructors

 NameDescription
Public ConstructorStringConverter ConstructorOverloaded.   
Top

Public Methods

 NameDescription
Public MethodAdd<TYPE>Adds a converter for the type TYPE that can transform the TYPE to and from a string  
Public MethodFromString<TYPE>Converts the provided string to a value of TYPE if the type is registered, or raises ArgumentOutOfRangeException if no transform is registered for that type. Throws an ArgumentException if the string can not be converted.  
Public MethodRemove<TYPE>Removes the TYPE from the set of types allowed to be converted to and from strings.  
Public MethodToStringOverloaded. Converts an object to a string if the type is registered, or ArgumentOutOfRangeException is thrown if no transform is registered for that type.  
Public MethodTryParseOverloaded. Converts the provided string to a value of TYPE if the type is registered, or raises ArgumentOutOfRangeException if no transform is registered for that type.  
Top

See Also

Generated with Document! X 2011 by Innovasys