azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.keyvaul...

40 строки
1.9 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.keyvault.extensions.Strings.isNullOrEmpty(String arg)
name: isNullOrEmpty(String arg)
nameWithType: Strings.isNullOrEmpty(String arg)
parameters:
- description: <p>the string to verify </p>
name: arg
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>true if the string is empty or null and false otherwise. </p>
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
summary: <p>Determines whether the parameter string is either null or empty. </p>
syntax: public static boolean isNullOrEmpty(String arg)
uid: com.microsoft.azure.keyvault.extensions.Strings.isNullOrEmpty(String)
- fullName: com.microsoft.azure.keyvault.extensions.Strings.isNullOrWhiteSpace(String arg)
name: isNullOrWhiteSpace(String arg)
nameWithType: Strings.isNullOrWhiteSpace(String arg)
parameters:
- description: <p>the string to verify </p>
name: arg
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>true if the string is empty, contains only whitespace or is null and false otherwise </p>
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
summary: <p>Determines whether the parameter string is null, empty or whitespace. </p>
syntax: public static boolean isNullOrWhiteSpace(String arg)
uid: com.microsoft.azure.keyvault.extensions.Strings.isNullOrWhiteSpace(String)
nameWithType: Strings
syntax: public class Strings
type: class
uid: com.microsoft.azure.keyvault.extensions.Strings
fullName: com.microsoft.azure.keyvault.extensions.Strings
name: Strings
package: com.microsoft.azure.keyvault.extensions
summary: <p>String handlers. </p>
metadata: {}