System::Text::StringBuilder::EnsureCapacity method

StringBuilder::EnsureCapacity method

Ensures that the capacity of this instance of System.Text.StringBuilder is at least the specified value.

int32_t System::Text::StringBuilder::EnsureCapacity(int32_t capacity)

See Also