Get a parameter's String value.

This is the safest way to access a parameter's Value since it is guaranteed to be of the correct type and no error will occur if the parameter does not exist.

Syntax

ISParameters.GetString(name)

Parameters

NameTypeOptionalByRefDescription
name String The parameter Name.

Return Value

String

A String value.

Member of:
ISParameters
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0