EK RTF report components for .Net
PreviousUpNext
EkBaseReport.ZeroOut Method
Pascal
function ZeroOut(s: string): boolean;
C#
public boolean ZeroOut(string s);
Visual Basic
Public Function ZeroOut(s As string) As boolean

Examines input string for zero value. ZeroOut scans the string for digits. If not zero digit found, the result set to false. If all digits in scanned sequence are zero, the result set to true.

Copyright (c) 2007. All rights reserved.