ValueNodeFromString Method

CVB.Net Documentation
Sets the value of the node from the string value.

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

public abstract void FromString(
	string value
)

Parameters

value
Type: SystemString
New value as a string.

Implements

IValueNodeFromString(String)
See Also

Reference