Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string FromUtf16(this byte[])

Declaration

public static string FromUtf16(
    this byte[] input
)

Summary

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

Parameters

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

Returns

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