Persistate API documentation
ParseInstance Method (value)
NamespacesPersistateBaseDataTypeParseInstance(String)

[This is preliminary documentation and is subject to change.]

Returns an object corresponding to the supplied text value parsed as this base data type.
Declaration Syntax
C#
public Object ParseInstance(
	string value
)
Parameters
value (String)
The text to parse
Return Value
An object containing the parsed base data type.
Remarks
The standard Parse methods for primitive types are used. For text types, the given value is returned. For types with no literal value, null is returned and no exception is generated.
Exceptions
ExceptionCondition
FormatExceptionIf the parse of the supplied string fails.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)