[This is preliminary documentation and is subject to change.]
Parses content with or without root node
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static ConfigSectionNode ParseMetadataContent(
string content
)
public static ConfigSectionNode ParseMetadataContent(
string content
)
Public Shared Function ParseMetadataContent (
content As String
) As ConfigSectionNode
Public Shared Function ParseMetadataContent (
content As String
) As ConfigSectionNode
public:
static ConfigSectionNode^ ParseMetadataContent(
String^ content
)
public:
static ConfigSectionNode^ ParseMetadataContent(
String^ content
)
static member ParseMetadataContent :
content : string -> ConfigSectionNode
static member ParseMetadataContent :
content : string -> ConfigSectionNode
Return Value
Type:
ConfigSectionNode