다음을 통해 공유


MetadataStringDecoder.GetString(Byte*, Int32) 메서드

정의

메타데이터의 바이트 시퀀스에 대한 문자열을 가져옵니다. 필요한 경우 이 항목을 캐시 문자열로 재정의합니다. 그렇지 않으면 Encoding으로 바로 전달되어 구현되고 모든 호출에 새 문자열이 할당됩니다.

public:
 virtual System::String ^ GetString(System::Byte* bytes, int byteCount);
public virtual string GetString (byte* bytes, int byteCount);
abstract member GetString : nativeptr<byte> * int -> string
override this.GetString : nativeptr<byte> * int -> string

매개 변수

bytes
Byte*

디코딩할 바이트에 대한 포인터입니다.

byteCount
Int32

디코딩할 바이트 수입니다.

반환

디코딩된 문자열입니다.

적용 대상