WeaverUtilities.

SkipWhiteSpace(string, int) Method

Summary

Increments `index` until `str[index]` is no longer a whitespace character.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static void SkipWhiteSpace(string str, ref int index)

Parameters

Name Type Description
str string
index int

Return Value

Type Description
void