SqlToken ApplyPadding Method A Sandcastle Documented Class Library
Applies padding to any input string using the paddingLeft and paddingRight members to determine what padding to add to the input string.

Namespace: P4s3FilterTools
Assembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private string ApplyPadding(
	string s
)

Parameters

s
Type: System String

Return Value

Type: String
See Also