StreamEncodingType Struct
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.
The encoding of the stream being received.
public readonly struct StreamEncodingType : IEquatable<Azure.ResourceManager.Monitor.Models.StreamEncodingType>
type StreamEncodingType = struct
Public Structure StreamEncodingType
Implements IEquatable(Of StreamEncodingType)
- Inheritance
-
StreamEncodingType
- Implements
Constructors
StreamEncodingType(String) |
Initializes a new instance of StreamEncodingType. |
Properties
Ascii |
ASCII encoding. |
Big5 |
The Big5 Chinese character encoding. |
Nop |
No encoding validation. Treats the file as a stream of raw bytes. |
Utf16Be |
UTF-16 encoding with little-endian byte order. |
Utf16Le |
UTF-16 encoding with little-endian byte order. |
Utf8 |
UTF-8 encoding. |
Methods
Equals(StreamEncodingType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(StreamEncodingType, StreamEncodingType) |
Determines if two StreamEncodingType values are the same. |
Implicit(String to StreamEncodingType) |
Converts a string to a StreamEncodingType. |
Inequality(StreamEncodingType, StreamEncodingType) |
Determines if two StreamEncodingType values are not the same. |
Applies to
Azure SDK for .NET