The NewChars method accepts empty strings, non-numeric, and out-of-range numeric values without validation. Visual Basic will raise an exception, however, in keeping parity with other methods in VBCorLib, each element should be validated and throw an appropriate exception instead.
The
NewChars
method accepts empty strings, non-numeric, and out-of-range numeric values without validation. Visual Basic will raise an exception, however, in keeping parity with other methods in VBCorLib, each element should be validated and throw an appropriate exception instead.