CharacterBufferRange Structure
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Describes a string of characters.
Assembly: PresentationCore (in PresentationCore.dll)
Name | Description | |
---|---|---|
![]() | CharacterBufferRange(Char*, Int32) | Initializes a new instance of the CharacterBufferRange structure from a unmanaged character string. |
![]() | CharacterBufferRange(Char[], Int32, Int32) | Initializes a new instance of the CharacterBufferRange structure from a character array. |
![]() | CharacterBufferRange(String, Int32, Int32) | Initializes a new instance of the CharacterBufferRange structure from a character string. |
Name | Description | |
---|---|---|
![]() | CharacterBufferReference | Gets a reference to the character buffer of a string. |
![]() ![]() | Empty | Gets an empty character string. |
![]() | Length | Gets the number of characters in the text source character store. |
Name | Description | |
---|---|---|
![]() | Equals(CharacterBufferRange) | Determines whether the CharacterBufferRange object is equal to the current CharacterBufferRange object. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current CharacterBufferRange object.(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode() | Serves as a hash function for CharacterBufferRange. It is suitable for use in hashing algorithms and data structures such as a hash table.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality(CharacterBufferRange, CharacterBufferRange) | Compare two CharacterBufferRange strings for equality. |
![]() ![]() | Inequality(CharacterBufferRange, CharacterBufferRange) | Compare two CharacterBufferRange strings for inequality. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.