Udostępnij przez


Conversions.FromCharAndCount(Char, Int32) Metoda

Definicja

Konwertuje Char wartość na ciąg, biorąc pod uwagę liczbę bajtów.

public:
 static System::String ^ FromCharAndCount(char Value, int Count);
public static string FromCharAndCount (char Value, int Count);
static member FromCharAndCount : char * int -> string
Public Shared Function FromCharAndCount (Value As Char, Count As Integer) As String

Parametry

Value
Char

Wartość Char do przekonwertowania.

Count
Int32

Liczba bajtów Char wartości.

Zwraca

Reprezentacja ciągu określonej wartości.

Dotyczy