Summary
Class which provides NAnt functions to convert strings in integer values and vice versa.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Functions - Base Types
-
- Object
- FunctionSetBase
graph BT
Type-->Base0["FunctionSetBase"]
click Base0 "/api/NAnt.Core/FunctionSetBase"
Base0-->Base1["Object"]
Type["Int32ConversionFunctions"]
class Type type-node
Syntax
[FunctionSet("int", "Conversion")]
public class Int32ConversionFunctions : FunctionSetBase
Attributes
Type | Description |
---|---|
FunctionSetAttribute | Indicates that class should be treated as a set of functions. |
Constructors
Name | Summary |
---|---|
Int32 |
Initializes a new instance of the NAnt.Core.Functions.Int32ConversionFunctions class.
|
Properties
Name | Value | Summary |
---|---|---|
Project | Project |
Gets or sets the
NAnt.Core.FunctionSetBase.Project that this functionset will
reference.
Inherited from FunctionSetBase
|
Methods
Name | Value | Summary |
---|---|---|
Parse |
int |
Converts the specified string representation of a number to its
32-bit signed integer equivalent.
static
|
ToString |
string |
Converts the specified
int to its equivalent string
representation.
static
|