CryptoSys API Library Manual

Wipe.String Method

Zeroises a StringBuilder

Syntax

[C#]
public static bool String(
	StringBuilder sb
)
[VB.NET]
Public Shared Function String ( _
	sb As StringBuilder _
) As Boolean

Parameters

sb
StringBuilder to be wiped

Return Value

true if successful; false if fails

Remarks

NB You can't wipe an ordinary string as they are immutable in C#

[Contents] [Index]

[HOME]   [NEXT: Zlib.Deflate Method...]

Copyright © 2001-9 D.I. Management Services Pty Ltd. All rights reserved.