Binary.Wstring 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.
Overloads
Wstring(Int32) | |
Wstring(Int32, String) |
Wstring(Int32)
Wstring(Int32, String)
public:
virtual System::String ^ Wstring(int offset, System::String ^ value);
public virtual string Wstring (int offset, string value);
abstract member Wstring : int * string -> string
override this.Wstring : int * string -> string
Public Overridable Function Wstring (offset As Integer, value As String) As String
Parameters
- offset
- Int32
- value
- String