NAnt SDK Documentation - v0.92

ReplaceTokens.Peek Method 

Reads the next character applying the filter logic without advancing the current position in the stream. Peek currently is not supported.

[Visual Basic]
Overrides Public Function Peek() As Integer
[C#]
public override int Peek();

Return Value

Char as an int or -1 if at the end of the stream.

See Also

ReplaceTokens Class | NAnt.Core.Filters Namespace