Method | Description | |
---|---|---|
FieldToString ( object from ) : string | ||
StringReplaceConverter ( ReplaceType kind ) : System | ||
StringReplaceConverter ( string oldValue, string newValue ) : System | ||
StringToField ( string from ) : object |
Method | Description | |
---|---|---|
init ( string oldValue, string newValue ) : void |
public FieldToString ( object from ) : string | ||
from | object | |
return | string |
public StringReplaceConverter ( ReplaceType kind ) : System | ||
kind | ReplaceType | |
return | System |
public StringReplaceConverter ( string oldValue, string newValue ) : System | ||
oldValue | string | |
newValue | string | |
return | System |
public StringToField ( string from ) : object | ||
from | string | |
return | object |