BlobReader.ReadSerializedString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a string encoded as a compressed integer containing its length followed by its contents in UTF8. Null strings are encoded as a single 0xFF byte.
public:
System::String ^ ReadSerializedString();
public string ReadSerializedString ();
public string? ReadSerializedString ();
member this.ReadSerializedString : unit -> string
Public Function ReadSerializedString () As String
Returns
A string value, or null
.
Exceptions
The encoding is invalid.
Remarks
Defined as a 'SerString' in the ECMA CLI specification.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา