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