Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string FromUtf16BE(this byte[])

Declaration

public static string FromUtf16BE(
    this byte[] input
)

Summary

Converts the specified raw UTF-16 (big-endian) data to a string.

Parameters

this byte[]input Data to interpret as UTF-16BE text.

Returns

A string containing the characters represented by the UTF-16BE-encoded input.