TransformerTFromStringCore 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
Syntaxprotected abstract T FromStringCore(
string input
)
Protected MustOverride Function FromStringCore (
input As String
) As T
protected:
virtual T FromStringCore(
String^ input
) abstract
abstract FromStringCore :
input : string -> 'T
Parameters
- input
- Type: SystemString
The string that must be transformed.
Return Value
Type:
TThe transformed instance.
See Also