NullableTypes Class Library

NullableString Constructor (Char, Int32)

Initializes a new instance of the NullableString class to the value indicated by a specified Unicode character repeated a specified number of times.

[Visual Basic]
Overloads Public Sub New( _
   ByVal c As Char, _
   ByVal count As Integer _
)
[C#]
public NullableString(
   char c,
   int count
);

Parameters

c
A Unicode character.
count
The number of times c occurs.

See Also

NullableString Class | NullableTypes Namespace | NullableString Constructor Overload List