StringIndexType 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 StringIndexType.
public readonly struct StringIndexType : IEquatable<Azure.AI.Language.Conversations.Authoring.StringIndexType>
type StringIndexType = struct
Public Structure StringIndexType
Implements IEquatable(Of StringIndexType)
- Inheritance
-
StringIndexType
- Implements
Constructors
| Name | Description |
|---|---|
| StringIndexType(String) |
Initializes a new instance of StringIndexType. |
Properties
| Name | Description |
|---|---|
| Utf16CodeUnit |
The offset and length values will correspond to UTF-16 code units. Use this option if your application is written in a language that support Unicode, for example Java, JavaScript. |
| Utf32CodeUnit |
Utf32CodeUnit. |
| Utf8CodeUnit |
Utf8CodeUnit. |
Methods
| Name | Description |
|---|---|
| Equals(StringIndexType) |
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
| Name | Description |
|---|---|
| Equality(StringIndexType, StringIndexType) |
Determines if two StringIndexType values are the same. |
| Implicit(String to StringIndexType) |
Converts a String to a StringIndexType. |
| Inequality(StringIndexType, StringIndexType) |
Determines if two StringIndexType values are not the same. |