Namespace: Rx.Net – Class: MetaData – Assembly: Rx.Net.Mixed

MetaData.GetString Method

C#
public string GetString(string sName)

Gets the value of the element with the given name. The value type must be string.

Parameters

[string] sName

[in] The name of the element.

Returns

string

The value.