NullSafeStringDictionaryGetDefaultValue Method |
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax protected override string GetDefaultValue(
string Key
)
Protected Overrides Function GetDefaultValue (
Key As String
) As String
protected:
virtual String^ GetDefaultValue(
String^ Key
) override
abstract GetDefaultValue :
Key : string -> string
override GetDefaultValue :
Key : string -> string
Parameters
- Key
- Type: SystemString
Return Value
Type:
StringSee Also