C# Class Microsoft.Protocols.TestSuites.SharedAdapter.StringItem

The count and content of an arbitrary wide character string.
Inheritance: BasicObject
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
SerializeToByteList ( ) : List

This method is used to convert the element of StringItem basic object into a byte List.

StringItem ( ) : System

Initializes a new instance of the StringItem class.

Protected Methods

Method Description
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int

This method is used to deserialize the StringItem basic object from the specified byte array and start index.

Method Details

DoDeserializeFromByteArray() protected method

This method is used to deserialize the StringItem basic object from the specified byte array and start index.
protected DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int
byteArray byte Specify the byte array.
startIndex int Specify the start index from the byte array.
return int

SerializeToByteList() public method

This method is used to convert the element of StringItem basic object into a byte List.
public SerializeToByteList ( ) : List
return List

StringItem() public method

Initializes a new instance of the StringItem class.
public StringItem ( ) : System
return System