FormatSpecifier

Overview

Location


Instance Methods


constructor  protected

 

constructor

 

FormatSpecifier()

 

init()

 

FormatSpecifier()

 

Sub New()

Convert

 

method Convert(Value: String): String

 

String Convert(String Value)

 

func Convert(_ Value: String) -> String

 

String Convert(String Value)

 

Function Convert(Value As String) As String

Parameters:

  • Value:

RangeCheck  protected

 

method RangeCheck(Value: String; C: Char; MaxLength: Integer): Boolean

 

Boolean RangeCheck(String Value, Char C, Integer MaxLength)

 

func RangeCheck(_ Value: String, _ C: Char, _ MaxLength: Integer) -> Boolean

 

Boolean RangeCheck(String Value, Char C, Integer MaxLength)

 

Function RangeCheck(Value As String, C As Char, MaxLength As Integer) As Boolean

Parameters:

  • Value:
  • C:
  • MaxLength:

Supports

 

method Supports(Value: String): Boolean

 

Boolean Supports(String Value)

 

func Supports(_ Value: String) -> Boolean

 

Boolean Supports(String Value)

 

Function Supports(Value As String) As Boolean

Parameters:

  • Value: