OpenCMISS-Iron Internal API Documentation
strings::vstringtolowercase Interface Reference

Returns a varying string which is the lowercase equivalent of the supplied string. More...

Private Member Functions

type(varying_string) function vstring_to_lowercase_c (STRING)
 Returns a varying string that is the lowercase equivalent of the supplied character string. More...
 
type(varying_string) function vstring_to_lowercase_vs (STRING)
 Returns a varying string that is the lowercase equivalent of the supplied varying string. More...
 

Detailed Description

Returns a varying string which is the lowercase equivalent of the supplied string.

Definition at line 243 of file strings.f90.

Member Function/Subroutine Documentation

type(varying_string) function strings::vstringtolowercase::vstring_to_lowercase_c ( character(len=*), intent(in)  STRING)
private

Returns a varying string that is the lowercase equivalent of the supplied character string.

Parameters
[in]stringThe string to convert
Returns
On exit, the lowercase equivalent of the string

Definition at line 1772 of file strings.f90.

type(varying_string) function strings::vstringtolowercase::vstring_to_lowercase_vs ( type(varying_string), intent(in)  STRING)
private

Returns a varying string that is the lowercase equivalent of the supplied varying string.

Parameters
[in]stringThe string to convert
Returns
On exit, the lowercase equivalent of the string

Definition at line 1797 of file strings.f90.