Length abstract method

int Length(
  1. String text, [
  2. int? bufferSize
])

Implementation

int Length(String text, [int? bufferSize]);