Base32EncoderNextI Method |
Namespace:
Unvired.Kernel.UWP.Security
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected int NextI(
string data,
int i,
int finish
)
Protected Function NextI (
data As String,
i As Integer,
finish As Integer
) As Integer
protected:
int NextI(
String^ data,
int i,
int finish
)
member NextI :
data : string *
i : int *
finish : int -> int
Parameters
- data
- Type: SystemString
- i
- Type: SystemInt32
- finish
- Type: SystemInt32
Return Value
Type:
Int32
See Also