anyKode Marilou
ContentsIndexHome
PreviousUpNext
CommandLine::ExistsValue

Testing if argument's value exists.

C++
static bool ExistsValue(const xkode::lib::String & Argument);
Parameters 
Description 
const xkode::lib::String & Argument 
[in] Argument's value to check. 

If argument exists and value is not empty, the return value is true. 

If argument does not exist, or if argument exits but its value, the return value is false.

ExistsValue is used to check if the specified arguments contains a value.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!