Click or drag to resize

IGetToSetFromStringsetFromString Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Declares name and value type (class) from string declaration, formated as defined by the declaration

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
void setFromString(
	string input,
	typedParamDeclarationType declaration = typedParamDeclarationType.nameDoubleDotType
)
Request Example View Source

Parameters

input
Type: SystemString
String declaration of the param. Example: "numericParam:Int32;textMessage:String"
declaration (Optional)
Type: imbSCI.Data.enumstypedParamDeclarationType
What format is used for string representation
See Also