SKFourByteTag Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SKFourByteTag(UInt32) |
Initializes a new instance of the SKFourByteTag struct from a raw 32-bit value. |
| SKFourByteTag(Char, Char, Char, Char) |
Initializes a new instance of the SKFourByteTag struct from four ASCII characters. |
SKFourByteTag(UInt32)
Initializes a new instance of the SKFourByteTag struct from a raw 32-bit value.
public SKFourByteTag(uint value);
Parameters
- value
- UInt32
The raw 32-bit packed tag value.
Applies to
SKFourByteTag(Char, Char, Char, Char)
Initializes a new instance of the SKFourByteTag struct from four ASCII characters.
public SKFourByteTag(char c1, char c2, char c3, char c4);
Parameters
- c1
- Char
The first (most significant) character of the tag.
- c2
- Char
The second character of the tag.
- c3
- Char
The third character of the tag.
- c4
- Char
The fourth (least significant) character of the tag.