DemoUtilsparseProps Method |
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Dictionary<string, string> parseProps(
string content
)
Public Shared Function parseProps (
content As String
) As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ parseProps(
String^ content
)
static member parseProps :
content : string -> Dictionary<string, string>
Parameters
- content
- Type: SystemString
Return Value
Type:
DictionaryString,
StringSee Also