AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones varias de WINDEV
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
GetUUID256 (Function)
In french: DonneUUID256
Calculates a 256-bit Universal unique identifier ("UUID").
This identifier is unique in the world regardless of the machine on which it was produced.
Example
MyUUID256 is 256-bit UUID
MyUUID256 = GetUUID256()
// Example of the UUID256 calculated: cc0ca42fd00f354e9f0ed1386590e0fd5d75a90f28ec822d138c00ba89021956
Syntax
<Result> = GetUUID256()
<Result>: 256-bit UUID
Generated identifier.
The UUID format does not have separators.
For example: "cc0ca42fd00f354e9f0ed1386590e0fd5d75a90f28ec822d138c00ba89021956".
Business / UI classification: Neutral code
Component: wd290std.dll
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 02/10/2023

Señalar un error o enviar una sugerencia | Ayuda local