Gets or sets a value indicating whether the format adds a '0x' prefix to a hexadecimal string.
Namespace: Dapfor.Net.FormatsAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool ShowPrefix { get; set; } |
Visual Basic |
---|
Public Property ShowPrefix As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool ShowPrefix {
bool get ();
void set (bool value);
} |
F# |
---|
member ShowPrefix : bool with get, set
|
Property Value
Type:
Booleantrue if the prefix is displayed; otherwise,
false.
See Also