Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Utility.YamlDeserialize Method

Deserializes a Yaml string to an object.

Class: YetaWF.Core.Support.Utility
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static TYPE YamlDeserialize<TYPE>( string value );

Parameters

value

The Yaml string.

Return Value

Returns the object.

See Also YetaWF.Core.Support.Utility ClassYetaWF.Core Overview