Click or drag to resize

TransformerTFromString Method

Transforms a string value into an instance of type T.

Namespace:  Enkoni.Framework.Serialization
Assembly:  Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntax
public T FromString(
	string input
)

Parameters

input
Type: SystemString
The string that must be transformed.

Return Value

Type: T
The transformed instance.
Exceptions
ExceptionCondition
ArgumentNullExceptioninput is .
See Also