Show / Hide Table of Contents

Interface IIdValidator

Validates an identifier.

Namespace: DNVGL.One.Compute.Core.IdValidation
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface IIdValidator

Methods

View Source

Validate(String)

Determines whether the specified id is valid.

Declaration
ValidationResult Validate(string id)
Parameters
Type Name Description
System.String id

The identifier.

Returns
Type Description
ValidationResult

A ValidationResult.

  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.