LoggingUtilsReplaceCmdlineParam Method |
Replaces placeholder in source string by command line provided value.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static string ReplaceCmdlineParam(
string source
)
Parameters
- source
- Type: SystemString
Source string, perhaps coming from config file.
Return Value
Type:
StringSource string with replaced placeholder, or original string, if no placeholder has been found.
See Also