System::Text::StringBuilder::get_Capacity method

StringBuilder::get_Capacity method

Gets current capacity of string builder.

int System::Text::StringBuilder::get_Capacity() const

ReturnValue

Number of allocated characters.

See Also