Skybound Rebar

RebarState.FromXmlString Method 

Loads a RebarState from an XML string.

[Visual Basic]
Public Shared Function FromXmlString( _
   ByVal xmlString As String _
) As RebarState
[C#]
public static RebarState FromXmlString(
   string xmlString
);

Parameters

xmlString
The XML string from which the state is loaded.

See Also

RebarState Class | Skybound.Rebar Namespace