Package pro.verron.officestamper.test
Interface Functions.UppercaseFunction
- Enclosing class:
Functions
public static interface Functions.UppercaseFunction
The UppercaseFunction interface defines a method for converting a string to uppercase.
-
Method Summary
Modifier and TypeMethodDescriptiontoUppercase
(String string) Converts the given string to uppercase.
-
Method Details
-
toUppercase
Converts the given string to uppercase.- Parameters:
string
- the string to be converted to uppercase- Returns:
- the uppercase representation of the given string
-