StorageDataReader.GetCharsWithMaxCapacity(Int32, Int32) 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.
public:
System::String ^ GetCharsWithMaxCapacity(int iCol, int maxCharsToReturn);
public string GetCharsWithMaxCapacity (int iCol, int maxCharsToReturn);
member this.GetCharsWithMaxCapacity : int * int -> string
Public Function GetCharsWithMaxCapacity (iCol As Integer, maxCharsToReturn As Integer) As String
Parameters
- iCol
- Int32
- maxCharsToReturn
- Int32