Microsoft SDK for Java

getString

This method of the Win32SystemResourceDecoder Class retrieves a string resource with the specified string identifier.

Syntax

public String getString(int strId);

Return Value

Returns the requested string resource, or null if one could not be created.

Parameters

strId The identifier of the string resource.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.