MyMediaLite
CommandLineParameters.GetRemoveString Method (string, string)
Syntax
Collapse All
Get a string parameter
Declaring type:
CommandLineParameters
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
Syntax
C#
public string GetRemoveString ( string
key
, string
dvalue
)
Parameters
key
the name of the parameter
dvalue
the default value
Return Value
the parameter value related to key, the default value if it does not exist
Top
Generated by
ImmDoc .NET
.