public static string AsciiIncrement( string Seed, ref int Distance, ref int MaxLen )
Public Shared Function AsciiIncrement ( _ Seed As String, _ ByRef Distance As Integer, _ ByRef MaxLen As Integer _ ) As String
public: static String^ AsciiIncrement( String^ Seed, int^% Distance, int^% MaxLen )