IValueNodeFromString Method

CVB.Net Documentation
Sets this node's value from the string value.

Namespace:  Stemmer.Cvb.GenApi
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

void FromString(
	string value
)

Parameters

value
Type: SystemString
New value as a string.
See Also

Reference