FreeFieldValue.LoadFromString Method

Loads the properties values from a string representation.
Public Sub LoadFromString( _ 
ByVal value As String
)
This language is not supported or no code example is available.
public void LoadFromString( 
string value 
)
This language is not supported or no code example is available.

Parameters

value
string

<default>

Exception type Condition

ArgumentException

When the value is incorrect.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition